home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14592 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  37 lines

  1. Path: geraldo.cc.utexas.edu!usenet
  2. From: y.s.l@mail.utexas.edu (Shenling Yang)
  3. Newsgroups: comp.lang.c++
  4. Subject: Entry level help
  5. Date: 1 Apr 1996 05:46:45 GMT
  6. Organization: University of Texas in Austin
  7. Message-ID: <4jnqk5$9l6@geraldo.cc.utexas.edu>
  8. NNTP-Posting-Host: slip-1-8.ots.utexas.edu
  9. Mime-Version: 1.0
  10. X-Newsreader: WinVN 0.99.3
  11.  
  12. I am a starter of C++, using Bordland C++ V3.1 for windows to start to 
  13. learn 
  14. the language under the win95 environment.
  15.  
  16. The problem arised from:  I started a new file, and follow the 
  17. book instruction ("The waite group's C++ primer plus" your guys 
  18. might familiar this book) input simple program like this:
  19.  
  20. #include <isostream.h>
  21. int main(void)
  22. {
  23. cout << "come up and c++ me some time.";
  24. cout << "\n";
  25. return 0;
  26. }
  27.  
  28. Saved the file and run compiler, it came out the error msg 
  29. that "unable to open include file isostream.h, undefined the 
  30. symbol "cout", undefined symbol "return" ....
  31.  
  32. Is anyone can help me out of this, thanks in advance, I am a 
  33. kind of newer, so please send me as detail info as you can.
  34.  
  35. Mail address:  y.s.l@mail.utexas.edu
  36.  
  37.